home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 6 / Windows 6-Pak (InfoMagic) (Disc 6) (1999).ISO / Disk-Repair-Utilities / PRINTDIR.ZIP / _SETUP.1 / PrintDirect.exe / 0 / RCDATA / TRTNAGDLG / TRTNAGDLG.txt
Text File  |  1998-05-22  |  3KB  |  122 lines

  1. object RtNagDlg: TRtNagDlg
  2.   Left = 174
  3.   Top = 142
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About...'
  7.   ClientHeight = 226
  8.   ClientWidth = 392
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 6
  19.     Top = 8
  20.     Width = 379
  21.     Height = 173
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ApplicationName: TLabel
  26.       Left = 12
  27.       Top = 24
  28.       Width = 343
  29.       Height = 17
  30.       Alignment = taCenter
  31.       AutoSize = False
  32.       Caption = 'RTRegDialogs'
  33.       Font.Color = clBlack
  34.       Font.Height = -13
  35.       Font.Name = 'MS Sans Serif'
  36.       Font.Style = [fsBold]
  37.       ParentFont = False
  38.       IsControl = True
  39.     end
  40.     object UserName: TLabel
  41.       Left = 12
  42.       Top = 6
  43.       Width = 343
  44.       Height = 13
  45.       Alignment = taCenter
  46.       AutoSize = False
  47.       Caption = 'UNREGISTERED COPY'
  48.       Font.Color = clRed
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.     end
  54.     object ApplicationVersion: TLabel
  55.       Left = 12
  56.       Top = 42
  57.       Width = 343
  58.       Height = 17
  59.       Alignment = taCenter
  60.       AutoSize = False
  61.       Caption = 'Version 1.00'
  62.       Font.Color = clBlack
  63.       Font.Height = -13
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = [fsBold]
  66.       ParentFont = False
  67.       IsControl = True
  68.     end
  69.     object CopyrightNotice: TLabel
  70.       Left = 12
  71.       Top = 64
  72.       Width = 343
  73.       Height = 17
  74.       Alignment = taCenter
  75.       AutoSize = False
  76.       Caption = 'Copyright 1997 by r&&t software'
  77.       Font.Color = clBlack
  78.       Font.Height = -11
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = [fsBold]
  81.       ParentFont = False
  82.       IsControl = True
  83.     end
  84.     object Credits: TMemo
  85.       Left = 12
  86.       Top = 84
  87.       Width = 349
  88.       Height = 79
  89.       Alignment = taCenter
  90.       BorderStyle = bsNone
  91.       Color = clBtnFace
  92.       Ctl3D = True
  93.       Font.Color = clWindowText
  94.       Font.Height = -11
  95.       Font.Name = 'MS Sans Serif'
  96.       Font.Style = []
  97.       Lines.Strings = (
  98.         '')
  99.       ParentCtl3D = False
  100.       ParentFont = False
  101.       ReadOnly = True
  102.       TabOrder = 0
  103.     end
  104.   end
  105.   object OKButton: TBitBtn
  106.     Left = 157
  107.     Top = 190
  108.     Width = 77
  109.     Height = 27
  110.     Font.Color = clBlack
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = [fsBold]
  114.     ParentFont = False
  115.     TabOrder = 1
  116.     Kind = bkOK
  117.     Margin = 2
  118.     Spacing = -1
  119.     IsControl = True
  120.   end
  121. end
  122.